projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
db98c3c
)
*** empty log message ***
author
Juanma Barranquero
<lekktu@gmail.com>
Tue, 5 Feb 2008 11:51:30 +0000
(11:51 +0000)
committer
Juanma Barranquero
<lekktu@gmail.com>
Tue, 5 Feb 2008 11:51:30 +0000
(11:51 +0000)
lisp/emacs-lisp/byte-run.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/byte-run.el
b/lisp/emacs-lisp/byte-run.el
index 48760d1e77e234f6c7ff71b405a4e46ed424fc5f..ecf2ed57dac937dc5c25d8613349d650f2f44f3f 100644
(file)
--- a/
lisp/emacs-lisp/byte-run.el
+++ b/
lisp/emacs-lisp/byte-run.el
@@
-227,7
+227,7
@@
In interpreted code, this is entirely equivalent to `progn'."
;; verbose t, nil byte-compile-verbose
;; optimize t, nil, source, byte byte-compile-optimize
;; warnings list of warnings byte-compile-warnings
-;;
Legal
elements: (callargs redefine free-vars unresolved)
+;;
Valid
elements: (callargs redefine free-vars unresolved)
;; file-format emacs18, emacs19 byte-compile-compatibility
;;
;; For example, this might appear at the top of a source file: